ActiveReports 12
Item Property (IItemCollection<T>)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IItemCollection<T> Interface : Item Property
Gets the T at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
T this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

IItemCollection<T> Interface
IItemCollection<T> Members